
/* ---------------------------
    TB - Redwood Grid 
----------------------------*/

body {
    padding: 0px;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6,
section,
article,
header,
footer,
nav,
aside,
blockquote,
figure,
td,
details,
dialog,
fieldset,
p,
div,
span {
    padding: 0px;
    margin: 0px;
}

/* ===============================================================
    TEMPLATE BUILDER GRID
=================================================================*/

.tbg-container-fluid {
    float: left;
    width: 100%;
}

.tbg-xs-container-full {
    width: 100%;
}

.tbg-container {
    margin: 0px auto;
    width: 92%;
}
P
.tbg-row {
    float: left;
    width: 100%;
}

.tbg-row .tbg:last-child {
    margin-right: 0;
}

.tbg-row .tbg.align-center {
    margin: 0 auto !important
}

.tbg {
    float: left;
    margin-right: 2.15384%;
	padding:0px;
}

.tbg-xs-1 {
    width: 6.35897%;
}

.tbg-xs-2 {
    width: 14.87178%;
}

.tbg-xs-3 {
    width: 23.38459%;
}

.tbg-xs-4 {
    width: 31.8974%;
}

.tbg-xs-5 {
    width: 40.41021%;
}

.tbg-xs-6 {
    width: 48.92302%;
}

.tbg-xs-7 {
    width: 57.43583%;
}

.tbg-xs-8 {
    width: 65.94864%;
}

.tbg-xs-9 {
    width: 74.46145%;
}

.tbg-xs-10 {
    width: 82.97426%;
}

.tbg-xs-11 {
    width: 91.48707%;
}

.tbg-xs-full {
    width: 100%;
	margin-right:0px;
}

.tbg-xs-half {
    width: 50%;
    margin-right: 0px !important;
}

@media (min-width: 576px) {
    .tbg-container-fluid {
        float: left;
        width: 100%;
    }
    .tbg-sm-container-full {
        width: 100%;
    }
    .tbg-container {
        margin: 0px auto;
        width: 92%;
    }
    .tbg-row {
        float: left;
        width: 100%;
    }
    .tbg-row .tbg:last-child {
        margin-right: 0;
    }
    .tbg {
        float: left;
        margin-right: 2.15384%;
		padding:0px;
    }
	.tbg-sm-1 {
        width: 6.35897%;
    }
    .tbg-sm-2 {
        width: 14.87178%;
    }
    .tbg-sm-3 {
        width: 23.38459%;
    }
    .tbg-sm-4 {
        width: 31.8974%;
    }
    .tbg-sm-5 {
        width: 40.41021%;
    }
    .tbg-sm-6 {
        width: 48.92302%;
    }
    .tbg-sm-7 {
        width: 57.43583%;
    }
    .tbg-sm-8 {
        width: 65.94864%;
    }
    .tbg-sm-9 {
        width: 74.46145%;
    }
    .tbg-sm-10 {
        width: 82.97426%;
    }
    .tbg-sm-11 {
        width: 91.48707%;
    }
    .tbg-sm-full {
        width: 100%;
		margin-right:0px;
    }
    .tbg-sm-half {
        width: 50%;
        margin-right: 0px !important;
    }
}

@media (min-width: 768px) {
    .tbg-container {
        margin: 0px auto;
        width: 726px;
    }
    .tbg-md-container-full {
        width: 100%;
    }
    .tbg-row {
        float: left;
        width: 100%;
    }
    .tbg-row .tbg:last-child {
        margin-right: 0;
    }
    .tbg {
        float: left;
        margin-right: 2.15384%;
		padding:0px;
    }
	.tbg-md-1 {
        width: 6.35897%;
    }
    .tbg-md-2 {
        width: 14.87178%;
    }
    .tbg-md-3 {
        width: 23.38459%;
    }
    .tbg-md-4 {
        width: 31.8974%;
    }
    .tbg-md-5 {
        width: 40.41021%;
    }
    .tbg-md-6 {
        width: 48.92302%;
    }
    .tbg-md-7 {
        width: 57.43583%;
    }
    .tbg-md-8 {
        width: 65.94864%;
    }
    .tbg-md-9 {
        width: 74.46145%;
    }
    .tbg-md-10 {
        width: 82.97426%;
    }
    .tbg-md-11 {
        width: 91.48707%;
    }
    .tbg-md-full {
        width: 100%;
    }
    .tbg-md-half {
        width: 50%;
        margin-right: 0px !important;
    }
}

@media (min-width:992px) {
    .tbg-container {
        margin: 0px auto;
        width: 975px;
    }
    .tbg-row {
        float: left;
        width: 100%;
    }
    .tbg-row .tbg:last-child {
        margin-right: 0;
    }
    .tbg {
        float: left;
        margin-right: 2.15384%;
		padding:0px;
    }
    .tbg-lg-1 {
        width: 6.35897%;
    }
    .tbg-lg-2 {
        width: 14.87178%;
    }
    .tbg-lg-3 {
        width: 23.38459%;
    }
    .tbg-lg-4 {
        width: 31.8974%;
    }
    .tbg-lg-5 {
        width: 40.41021%;
    }
    .tbg-lg-6 {
        width: 48.92302%;
    }
    .tbg-lg-7 {
        width: 57.43583%;
    }
    .tbg-lg-8 {
        width: 65.94864%;
    }
    .tbg-lg-9 {
        width: 74.46145%;
    }
    .tbg-lg-10 {
        width: 82.97426%;
    }
    .tbg-lg-11 {
        width: 91.48707%;
    }
    .tbg-lg-full {
        width: 100%;
    }
    .tbg-lg-half {
        width: 50%;
        margin-right: 0px !important;
    }
}

@media (min-width: 1200px) {
    .tbg-container {
        margin: 0px auto;
        width: 975px;
    }
	
    .tbg-row {
        float: left;
        width: 100%;
    }
    .tbg-row .tbg:last-child {
        margin-right: 0;
    }
    .tbg {
        float: left;
        margin-right: 2.15384%;
		padding:0px;
    }
    .tbg-lg-1 {
        width: 6.35897%;
    }
    .tbg-lg-2 {
        width: 14.87178%;
    }
    .tbg-lg-3 {
        width: 23.38459%;
    }
    .tbg-lg-4 {
        width: 31.8974%;
    }
    .tbg-lg-5 {
        width: 40.41021%;
    }
    .tbg-lg-6 {
        width: 48.92302%;
    }
    .tbg-lg-7 {
        width: 57.43583%;
    }
    .tbg-lg-8 {
        width: 65.94864%;
    }
    .tbg-lg-9 {
        width: 74.46145%;
    }
    .tbg-lg-10 {
        width: 82.97426%;
    }
    .tbg-lg-11 {
        width: 91.48707%;
    }
    .tbg-lg-full {
        width: 100%;
    }
    .tbg-lg-half {
        width: 50%;
        margin-right: 0px !important;
    }
}


@media (min-width: 1300px) {
    .tbg-container {
        margin: 0px auto;
        width: 1206px;
    }
	
    .tbg-row {
        float: left;
        width: 100%;
    }
    .tbg-row .tbg:last-child {
        margin-right: 0;
    }
    .tbg {
        float: left;
        margin-right: 2.15384%;
		padding:0px;
    }
    .tbg-lg-1 {
        width: 6.35897%;
    }
    .tbg-lg-2 {
        width: 14.87178%;
    }
    .tbg-lg-3 {
        width: 23.38459%;
    }
    .tbg-lg-4 {
        width: 31.8974%;
    }
    .tbg-lg-5 {
        width: 40.41021%;
    }
    .tbg-lg-6 {
        width: 48.92302%;
    }
    .tbg-lg-7 {
        width: 57.43583%;
    }
    .tbg-lg-8 {
        width: 65.94864%;
    }
    .tbg-lg-9 {
        width: 74.46145%;
    }
    .tbg-lg-10 {
        width: 82.97426%;
    }
    .tbg-lg-11 {
        width: 91.48707%;
    }
    .tbg-lg-full {
        width: 100%;
    }
    .tbg-lg-half {
        width: 50%;
        margin-right: 0px !important;
    }
}

/* ===============================================================
    TEMPLATE BUILDER SWAP DIV
=================================================================*/

.vertical-center.swap-right .tbg:first-child {
    float: right !important;
    margin-right: 0px !important;
    order: 1;
}
.swap-right .tbg:first-child {
    float: right !important;
    margin-right: 0px !important;
}

.swap-right .tbg:last-child {
    float: right !important;
    margin-right: 2.15384%;
}

.swap-right img {
    margin-left: 1px;
}

@media (max-width: 576px) {
	.swap-right .tbg{margin:0px !important;}
}

/* ===============================================================
    TEMPLATE BUILDER FONT WEIGHT
=================================================================*/

.FW-normal {
    font-weight: normal;
}

.FW-bold {
    font-weight: bold;
}

/* ===============================================================
    TEMPLATE BUILDER FONT SIZES
=================================================================*/

/*
.FS-35 {
    font-size: 20px;
}

.FS-30 {
    font-size: 20px;
}



.FS-25 {
    font-size: 17px;
}

.FS-20 {
    font-size: 14px;
}

.FS-19 {
    font-size: 13px;
}

.FS-17 {
    font-size: 12px;
}

.FS-16 {
    font-size: 16px;
}

.FS-15 {
    font-size: 12px;
}

.FS-14 {
    font-size: 12px;
}

.CFS-19 {
    font-size: 19px;
}

.CFS-17 {
    font-size: 17px;
}

.CFS-16 {
    font-size: 16px;
}

.CFS-15 {
    font-size: 15px;
}

.CFS-14 {
    font-size: 14px;
}

.CFS-13 {
    font-size: 13px;
}

.CFS-12 {
    font-size: 12px;
}

@media (min-width: 576px) {
    .FS-35 {
        font-size: 20px;
    }
    .FS-30 {
        font-size: 20px;
    }
    .FS-25 {
        font-size: 17px;
    }
    .FS-20 {
        font-size: 14px;
    }
    .FS-19 {
        font-size: 13px;
    }
    .FS-17 {
        font-size: 12px;
    }
    .FS-16 {
        font-size: 16px;
    }
    .FS-15 {
        font-size: 12px;
    }
    .FS-14 {
        font-size: 12px;
    }
}

@media (min-width: 768px) {
    .FS-35 {
        font-size: 25px;
    }
    .FS-30 {
        font-size: 25px;
    }
    .FS-25 {
        font-size: 20px;
    }
    .FS-20 {
        font-size: 20px;
    }
    .FS-19 {
        font-size: 16px;
    }
    .FS-17 {
        font-size: 15px;
    }
    .FS-16 {
        font-size: 16px;
    }
    .FS-15 {
        font-size: 15px;
    }
    .FS-14 {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .FS-35 {
        font-size: 35px;
    }
    .FS-30 {
        font-size: 30px;
    }
    .FS-25 {
        font-size: 25px;
    }
    .FS-20 {
        font-size: 20px;
    }
    .FS-19 {
        font-size: 19px;
    }
    .FS-17 {
        font-size: 17px;
    }
    .FS-16 {
        font-size: 16px;
    }
    .FS-15 {
        font-size: 15px;
    }
    .FS-14 {
        font-size: 14px;
    }
	.mtab-sf.FS-30{
		font-size: 26px;
	}
	.mtab-mf.FS-30{
		font-size: 28px;
	}
	.mtab-sf.FS-35{
		font-size: 31px;
	}
	.mtab-mf.FS-35{
		font-size: 33px;
	}
}

@media (min-width: 1200px) {
    .FS-35 {
        font-size: 35px;
    }
    .FS-30 {
        font-size: 30px;
    }
    .FS-25 {
        font-size: 25px;
    }
    .FS-20 {
        font-size: 20px;
    }
    .FS-19 {
        font-size: 19px;
    }
    .FS-17 {
        font-size: 17px;
    }
    .FS-16 {
        font-size: 16px;
    }
    .FS-15 {
        font-size: 15px;
    }
    .FS-14 {
        font-size: 14px;
    }
	.mtab-sf.FS-30{
		font-size: 26px;
	}
	.mtab-mf.FS-30{
		font-size: 28px;
	}
	.mtab-sf.FS-35{
		font-size: 31px;
	}
	.mtab-mf.FS-35{
		font-size: 33px;
	}
	
}
*/

/* ===============================================================
    TEMPLATE BUILDER PADDING
=================================================================*/

/*
.CPT-60 {
    padding-top: 60px;
}

.CPT-40 {
    padding-top: 40px;
}

.CPT-30 {
    padding-top: 30px;
}

.CPT-20 {
    padding-top: 20px;
}

.CPT-15 {
    padding-top: 15px;
}

.CPT-10 {
    padding-top: 10px;
}

.CPT-05 {
    padding-top: 5px;
}

.CPB-60 {
    padding-bottom: 60px;
}

.CPB-40 {
    padding-bottom: 40px;
}

.CPB-30 {
    padding-bottom: 30px;
}

.CPB-20 {
    padding-bottom: 20px;
}

.CPB-15 {
    padding-bottom: 15px;
}

.CPB-10 {
    padding-bottom: 10px;
}

.CPB-05 {
    padding-bottom: 5px;
}

.CPL-60 {
    padding-left: 60px;
}

.CPL-40 {
    padding-left: 40px;
}

.CPL-30 {
    padding-left: 30px;
}

.CPL-20 {
    padding-left: 20px;
}

.CPL-15 {
    padding-left: 15px;
}

.CPL-10 {
    padding-left: 10px;
}

.CPL-05 {
    padding-left: 5px;
}

.CPR-60 {
    padding-right: 60px;
}

.CPR-40 {
    padding-right: 40px;
}

.CPR-30 {
    padding-right: 30px;
}

.CPR-20 {
    padding-right: 20px;
}

.CPR-15 {
    padding-right: 15px;
}

.CPR-10 {
    padding-right: 10px;
}

.CPR-05 {
    padding-right: 5px;
}

.CPA-30 {
    padding: 30px;
}

.CPA-25 {
    padding: 25px;
}

.CPA-20 {
    padding: 20px;
}

.CPA-15 {
    padding: 15px;
}

.CPA-10 {
    padding: 10px;
}

.CPA-05 {
    padding: 5px;
}

.PT-60 {
    padding-top: 60px;
}

.PT-40 {
    padding-top: 40px;
}

.PT-30 {
    padding-top: 15px;
}

.PT-20 {
    padding-top: 20px;
}
.PT-22 {
    padding-top: 22px;
}

.PT-15 {
    padding-top: 10px;
}

.PB-60 {
    padding-bottom: 60px;
}

.PB-40 {
    padding-bottom: 40px;
}

.PB-30 {
    padding-bottom: 15px;
}

.PB-20 {
    padding-bottom: 20px;
}
.PT-22 {
    padding-bottom: 22px;
}

.PB-15 {
    padding-bottom: 10px;
}

.PR-60 {
    padding-right: 30px;
}

.PR-40 {
    padding-right: 40px;
}

.PR-30 {
    padding-right: 15px;
}

.PR-20 {
    padding-right: 20px;
}

.PR-15 {
    padding-right: 10px;
}

.PR-117 {
    padding-right: 117px;
}
.PL-117 {
    padding-left: 117px;
}
.PA-30 {
    padding: 15px;
}

.PA-25 {
    padding: 25px;
}

.PA-20 {
    padding: 20px;
}

.PA-15 {
    padding: 10px;
}

.PA-10 {
    padding: 10px;
}
*/

/*
@media (min-width: 576px) {
    .PT-60 {
        padding-top: 20px;
    }
    .PT-40 {
        padding-top: 40px;
    }
    .PT-30 {
        padding-top: 15px;
    }
    .PT-20 {
        padding-top: 20px;
    }
    .PT-15 {
        padding-top: 10px;
    }
    .PB-60 {
        padding-bottom: 20px;
    }
    .PB-40 {
        padding-bottom: 40px;
    }
    .PB-30 {
        padding-bottom: 15px;
    }
    .PB-20 {
        padding-bottom: 20px;
    }
    .PB-15 {
        padding-bottom: 10px;
    }
    .PR-60 {
        padding-right: 30px;
    }
    .PR-40 {
        padding-right: 40px;
    }
    .PR-30 {
        padding-right: 15px;
    }
    .PR-20 {
        padding-right: 20px;
    }
    .PR-15 {
        padding-right: 10px;
    }
    .PA-30 {
        padding: 15px;
    }
    .PA-25 {
        padding: 25px;
    }
    .PA-20 {
        padding: 20px;
    }
    .PA-15 {
        padding: 10px;
    }
    .PA-10 {
        padding: 10px;
    }
}

@media (min-width: 768px) {
    .PT-60 {
        padding-top: 40px;
    }
    .PT-40 {
        padding-top: 40px;
    }
    .PT-30 {
        padding-top: 20px;
    }
    .PT-20 {
        padding-top: 20px;
    }
    .PT-15 {
        padding-top: 10px;
    }
    .PB-60 {
        padding-bottom: 40px;
    }
    .PB-40 {
        padding-bottom: 40px;
    }
    .PB-30 {
        padding-bottom: 20px;
    }
    .PB-20 {
        padding-bottom: 20px;
    }
    .PB-15 {
        padding-bottom: 10px;
    }
    .PR-60 {
        padding-right: 40px;
    }
    .PR-40 {
        padding-right: 40px;
    }
    .PR-30 {
        padding-right: 20px;
    }
    .PR-20 {
        padding-right: 20px;
    }
    .PR-15 {
        padding-right: 10px;
    }
    .PA-30 {
        padding: 20px;
    }
    .PA-25 {
        padding: 25px;
    }
    .PA-20 {
        padding: 20px;
    }
    .PA-15 {
        padding: 10px;
    }
    .PA-10 {
        padding: 10px;
    }
}

@media (min-width: 992px) {
    .PT-60 {
        padding-top: 60px;
    }
    .PT-40 {
        padding-top: 40px;
    }
    .PT-30 {
        padding-top: 30px;
    }
    .PT-20 {
        padding-top: 20px;
    }
    .PT-15 {
        padding-top: 15px;
    }
    .PB-60 {
        padding-bottom: 60px;
    }
    .PB-40 {
        padding-bottom: 40px;
    }
    .PB-30 {
        padding-bottom: 30px;
    }
    .PB-20 {
        padding-bottom: 20px;
    }
    .PB-15 {
        padding-bottom: 15px;
    }
    .PR-60 {
        padding-right: 60px;
    }
    .PR-40 {
        padding-right: 40px;
    }
    .PR-30 {
        padding-right: 30px;
    }
    .PR-20 {
        padding-right: 20px;
    }
    .PR-15 {
        padding-right: 15px;
    }
    .PA-30 {
        padding: 30px;
    }
    .PA-25 {
        padding: 25px;
    }
    .PA-20 {
        padding: 20px;
    }
    .PA-15 {
        padding: 15px;
    }
    .PA-10 {
        padding: 10px;
    }
}

@media (min-width: 1200px) {
    .PT-60 {
        padding-top: 60px;
    }
    .PT-40 {
        padding-top: 40px;
    }
    .PT-30 {
        padding-top: 30px;
    }
    .PT-20 {
        padding-top: 20px;
    }
    .PT-15 {
        padding-top: 15px;
    }
    .PB-60 {
        padding-bottom: 60px;
    }
    .PB-40 {
        padding-bottom: 40px;
    }
    .PB-30 {
        padding-bottom: 30px;
    }
    .PB-20 {
        padding-bottom: 20px;
    }
    .PB-15 {
        padding-bottom: 15px;
    }
    .PR-60 {
        padding-right: 60px;
    }
    .PR-40 {
        padding-right: 40px;
    }
    .PR-30 {
        padding-right: 30px;
    }
    .PR-20 {
        padding-right: 20px;
    }
    .PR-15 {
        padding-right: 15px;
    }
    .PA-30 {
        padding: 30px;
    }
    .PA-25 {
        padding: 25px;
    }
    .PA-20 {
        padding: 20px;
    }
    .PA-15 {
        padding: 15px;
    }
    .PA-10 {
        padding: 10px;
    }
}
*/

/* ===============================================================
    TEMPLATE BUILDER MARGIN
=================================================================*/

/*
.MT-XS-20 {
    margin-top: 20px;
}

.ML-XS-0 {
    margin-left: 0px !important;
}

.CMT-60 {
    margin-top: 60px;
}

.CMT-40 {
    margin-top: 40px;
}

.CMT-30 {
    margin-top: 30px;
}

.CMT-20 {
    margin-top: 20px;
}

.CMT-15 {
    margin-top: 15px;
}

.CMT-10 {
    margin-top: 10px;
}

.CMT-05 {
    margin-top: 5px;
}

.CMB-60 {
    margin-bottom: 60px;
}

.CMB-40 {
    margin-bottom: 40px;
}

.CMB-30 {
    margin-bottom: 30px;
}

.CMB-20 {
    margin-bottom: 20px;
}

.CMB-15 {
    margin-bottom: 15px;
}

.CMB-10 {
    margin-bottom: 10px;
}

.CMB-05 {
    margin-bottom: 5px;
}

.CML-60 {
    margin-left: 60px;
}

.CML-40 {
    margin-left: 40px;
}

.CML-30 {
    margin-left: 30px;
}

.CML-20 {
    margin-left: 20px;
}

.CML-15 {
    margin-left: 15px;
}

.CML-10 {
    margin-left: 10px;
}

.CML-05 {
    margin-left: 5px;
}

.CMR-60 {
    margin-right: 60px;
}

.CMR-40 {
    margin-right: 40px;
}

.CMR-30 {
    margin-right: 30px;
}

.CMR-20 {
    margin-right: 20px;
}

.CMR-15 {
    margin-right: 15px;
}

.CMR-10 {
    margin-right: 10px;
}

.CMR-05 {
    margin-right: 5px;
}

.CMA-30 {
    margin: 30px;
}

.CMA-25 {
    margin: 25px;
}

.CMA-20 {
    margin: 20px;
}

.CMA-15 {
    margin: 15px;
}

.CMA-10 {
    margin: 10px;
}

.CMA-05 {
    margin: 5px;
}

.MT-60 {
    margin-top: 30px;
}

.MT-40 {
    margin-top: 20px;
}

.MT-30 {
    margin-top: 15px;
}

.MT-20 {
    margin-top: 20px;
}

.MT-15 {
    margin-top: 10px;
}

.MT-8 {
    margin-top: 8px;
}

.MB-60 {
    margin-bottom: 30px;
}

.MB-40 {
    margin-bottom: 20px;
}

.MB-30 {
    margin-bottom: 30px;
}

.MB-20 {
    margin-bottom: 20px;
}

.MB-15 {
    margin-bottom: 10px;
}

.MR-60 {
    margin-right: 30px;
}

.MR-40 {
    margin-right: 40px;
}

.MR-30 {
    margin-right: 15px;
}

.MR-20 {
    margin-right: 20px;
}

.MR-15 {
    margin-right: 10px;
}

.ML-60 {
    margin-left: 30px;
}

.ML-40 {
    margin-left: 40px;
}

.ML-30 {
    margin-left: 15px;
}

.ML-20 {
    margin-left: 20px;
}

.ML-15 {
    margin-left: 10px;
}

@media (min-width: 576px) {
    .MT-XS-20 {
        margin-top: 20px;
    }
    .ML-XS-0 {
        margin-left: 0px !important;
    }
    .MT-60 {
        margin-top: 30px;
    }
    .MT-40 {
        margin-top: 20px;
    }
    .MT-30 {
        margin-top: 15px;
    }
    .MT-20 {
        margin-top: 20px;
    }
    .MT-15 {
        margin-top: 10px;
    }
    .MT-8 {
        margin-top: 8px;
    }
    .MB-60 {
        margin-bottom: 30px;
    }
    .MB-40 {
        margin-bottom: 20px;
    }
    .MB-30 {
        margin-bottom: 25px;
    }
    .MB-20 {
        margin-bottom: 15px;
    }
    .MB-15 {
        margin-bottom: 10px;
    }
    .MR-60 {
        margin-right: 30px;
    }
    .MR-40 {
        margin-right: 20px;
    }
    .MR-30 {
        margin-right: 15px;
    }
    .MR-20 {
        margin-right: 20px;
    }
    .MR-15 {
        margin-right: 10px;
    }
    .ML-60 {
        margin-left: 30px;
    }
    .ML-40 {
        margin-left: 20px;
    }
    .ML-30 {
        margin-left: 15px;
    }
    .ML-20 {
        margin-left: 20px;
    }
    .ML-15 {
        margin-left: 10px;
    }
}

@media (max-width: 576px) {
	.M-XS-0{margin: 0px !important;}
	.MR-20{margin-right: 20px;}
	.ML-20{margin-left: 20px;}
}

@media (min-width: 768px) {
    .MT-XS-20 {
        margin-top: 0px;
    }
    .MT-60 {
        margin-top: 40px;
    }
    .MT-40 {
        margin-top: 25px;
    }
    .MT-30 {
        margin-top: 20px;
    }
    .MT-20 {
        margin-top: 20px;
    }
    .MT-15 {
        margin-top: 10px;
    }
    .MB-60 {
        margin-bottom: 40px;
    }
    .MB-40 {
        margin-bottom: 25px;
    }
    .MB-30 {
        margin-bottom: 30px;
    }
    .MB-20 {
        margin-bottom: 20px;
    }
    .MB-15 {
        margin-bottom: 10px;
    }
    .MR-60 {
        margin-right: 40px;
    }
    .MR-40 {
        margin-right: 25px;
    }
    .MR-30 {
        margin-right: 20px;
    }
    .MR-20 {
        margin-right: 20px;
    }
    .MR-15 {
        margin-right: 10px;
    }
    .ML-60 {
        margin-left: 40px;
    }
    .ML-40 {
        margin-left: 25px;
    }
    .ML-30 {
        margin-left: 20px;
    }
    .ML-20 {
        margin-left: 20px;
    }
    .ML-15 {
        margin-left: 10px;
    }
}

@media (min-width: 992px) {
    .MT-XS-20 {
        margin-top: 0px;
    }
    .MT-60 {
        margin-top: 60px;
    }
    .MT-40 {
        margin-top: 40px;
    }
    .MT-30 {
        margin-top: 30px;
    }
    .MT-20 {
        margin-top: 20px;
    }
    .MT-15 {
        margin-top: 15px;
    }
    .MB-60 {
        margin-bottom: 60px;
    }
    .MB-40 {
        margin-bottom: 40px;
    }
    .MB-30 {
        margin-bottom: 30px;
    }
    .MB-20 {
        margin-bottom: 20px;
    }
    .MB-15 {
        margin-bottom: 15px;
    }
    .MR-60 {
        margin-right: 60px;
    }
    .MR-40 {
        margin-right: 40px;
    }
    .MR-30 {
        margin-right: 30px;
    }
    .MR-20 {
        margin-right: 20px;
    }
    .MR-15 {
        margin-right: 15px;
    }
    .ML-60 {
        margin-left: 60px;
    }
    .ML-40 {
        margin-left: 40px;
    }
    .ML-30 {
        margin-left: 30px;
    }
    .ML-20 {
        margin-left: 20px;
    }
    .ML-15 {
        margin-left: 15px;
    }
}

@media (min-width: 1200px) {
    .MT-XS-20 {
        margin-top: 0px;
    }
    .MT-60 {
        margin-top: 60px;
    }
    .MT-40 {
        margin-top: 40px;
    }
    .MT-30 {
        margin-top: 30px;
    }
    .MT-20 {
        margin-top: 20px;
    }
    .MT-15 {
        margin-top: 15px;
    }
    .MB-60 {
        margin-bottom: 60px;
    }
    .MB-40 {
        margin-bottom: 40px;
    }
    .MB-30 {
        margin-bottom: 30px;
    }
    .MB-20 {
        margin-bottom: 20px;
    }
    .MB-15 {
        margin-bottom: 15px;
    }
    .MR-60 {
        margin-right: 60px;
    }
    .MR-40 {
        margin-right: 40px;
    }
    .MR-30 {
        margin-right: 30px;
    }
    .MR-20 {
        margin-right: 20px;
    }
    .MR-15 {
        margin-right: 15px;
    }
    .ML-60 {
        margin-left: 60px;
    }
    .ML-40 {
        margin-left: 40px;
    }
    .ML-30 {
        margin-left: 30px;
    }
    .ML-20 {
        margin-left: 20px;
    }
    .ML-15 {
        margin-left: 15px;
    }
}
*/

/* ===============================================================
    TEMPLATE BUILDER ALIGN CONTENT
=================================================================*/

.vertical-center {
    display: block;
    align-items: initial;
}

.align-center-xs {
    margin: 0 auto;
    float: none !important;
    display: table;
}

.align-left-xs {
    float: left !important;
}

.align-right-xs {
    float: right !important;
}

.align-center {
    margin: 0 auto;
    float: none;
    display: table;
}

.align-left {
    float: left;
}

.align-right {
    float: right;
}

@media (min-width: 768px) {
    .align-center-xs {
        float: none !important;
    }
    .align-left-xs {
        float: none !important;
    }
    .align-right-xs {
        float: none !important;
    }
    .align-center {
        margin: 0 auto;
        float: none !important;
        display: table;
    }
    .align-left {
        float: left !important;
    }
    .align-right {
        float: right !important;
    }
    .vertical-center {
      display: flex;
      align-items: center;
  }
}

@media (min-width:992px) {
    .align-center-xs {
        float: none !important;
    }
    .align-left-xs {
        float: none !important;
    }
    .align-right-xs {
        float: none !important;
    }
    .align-center {
        margin: 0 auto;
        float: none !important;
        display: table;
    }
    .align-left {
        float: left !important;
    }
    .align-right {
        float: right !important;
    }
    .vertical-center {
      display: flex;
      align-items: center;
  }
}

@media (min-width: 1200px) {
    .align-center-xs {
        float: none !important;
    }
    .align-left-xs {
        float: none !important;
    }
    .align-right-xs {
        float: none !important;
    }
    .align-center {
        margin: 0 auto;
        float: none !important;
        display: table;
    }
    .align-left {
        float: left !important;
    }
    .align-right {
        float: right !important;
    }
    .vertical-center {
      display: flex;
      align-items: center;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
   /* IE10+ specific styles go here */  
   .vertical-center {
      display: block !important;
      align-items: center;
	  position:relative;-min

  }
}

/* ===============================================================
    TEMPLATE BUILDER ALIGN TEXT/IMAGE
=================================================================*/

.align-txt-center-xs {
    text-align: center !important;
}

.align-txt-left-xs {
    text-align: left !important;
}

.align-txt-right-xs {
    text-align: right !important;
}

.align-txt-center {
    text-align: center;
}

.align-txt-left {
    text-align: left;
}

.align-txt-right {
    text-align: right;
}

@media (min-width: 768px) {
    .align-txt-center-xs {
        text-align: unset;
    }
    .align-txt-left-xs {
        text-align: unset;
    }
    .align-txt-right-xs {
        text-align: unset;
    }
    .align-txt-center {
        text-align: center !important;
    }
    .align-txt-left {
        text-align: left !important;
    }
    .align-txt-right {
        text-align: right !important;
    }
}

@media (min-width:992px) {
    .align-txt-center-xs {
        text-align: unset;
    }
    .align-txt-left-xs {
        text-align: unset;
    }
    .align-txt-right-xs {
        text-align: unset;
    }
    .align-txt-center {
        text-align: center !important;
    }
    .align-txt-left {
        text-align: left !important;
    }
    .align-txt-right {
        text-align: right !important;
    }
}

@media (min-width: 1200px) {
    .align-txt-center-xs {
        text-align: unset;
    }
    .align-txt-left-xs {
        text-align: unset;
    }
    .align-txt-right-xs {
        text-align: unset;
    }
    .align-txt-center {
        text-align: center !important;
    }
    .align-txt-left {
        text-align: left !important;
    }
    .align-txt-right {
        text-align: right !important;
    }
}

/* ===============================================================
    TEMPLATE BUILDER BULLET
=================================================================*/

/*
ul.Bul-BGC-1 li::before {
    background-position-x: 30px !important;
}

ul.Bul-BGC-2 li::before {
    background-position-x: 24px !important;
}

ul.Bul-BGC-3 li::before {
    background-position-x: 6px !important;
}

ul.Bul-BGC-4 li::before {
    background-position-x: 18px !important;
}

ul.Bul-BGC-5 li::before {
    background-position-x: 12px !important;
}

ul.Bul-BGC-6 li::before {
    background-position-x: 0px !important;
}
*/

/*
ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    padding-left: 15px;
    padding-right: 20px;
    float: left;
}

ul li {
    position: relative;
    list-style: none;
    margin-bottom: 20px;
}

ul li:last-child {
    margin-bottom: 0px;
}
*/

/* ul.Bul-BGC-1 li::before,ul.Bul-BGC-2 li::before,ul.Bul-BGC-3 li::before,ul.Bul-BGC-4 li::before,ul.Bul-BGC-5 li::before,ul.Bul-BGC-6 li::before{
    content: "";
    height: 6px;
    width: 6px;
    background: url(https://www-stage.oracle.com/a/ocom/img/dc/tb/bul-bgc.png );
    position: absolute;
    top: 4px;
    left: -20px;
} */

/*
ul li::before {
    content: "";
    height: 6px;
    width: 6px;
    background: url(https://www-stage.oracle.com/a/ocom/img/dc/tb/bul-bgc.png);
    position: absolute;
    top: 4px;
    left: -15px;
}
*/

/*
@media (min-width: 576px) {
    ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        padding-left: 15px;
        padding-right: 20px;
        float: left;
    }
    ul li::before {
        content: "";
        height: 6px;
        width: 6px;
        background: url(https://www-stage.oracle.com/a/ocom/img/dc/tb/bul-bgc.png);
        position: absolute;
        top: 4px;
        left: -15px;
    }
}
*/

/*
@media (min-width: 768px) {
    ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        padding-left: 20px;
        padding-right: 20px;
        float: left;
    }
    ul li::before {
        content: "";
        height: 6px;
        width: 6px;
        background: url(https://www-stage.oracle.com/a/ocom/img/dc/tb/bul-bgc.png);
        position: absolute;
        top: 5px;
        left: -20px;
    }
}
*/

/*
@media (min-width: 992px) {
    ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        padding-left: 20px;
        padding-right: 20px;
        float: left;
    }
    ul li::before {
        content: "";
        height: 6px;
        width: 6px;
        background: url(https://www-stage.oracle.com/a/ocom/img/dc/tb/bul-bgc.png);
        position: absolute;
        top: 7px;
        left: -20px;
    }
}
*/

/*
@media (min-width: 1200px) {
    ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        padding-left: 20px;
        padding-right: 20px;
        float: left;
    }
    ul li::before {
        content: "";
        height: 6px;
        width: 6px;
        background: url(https://www-stage.oracle.com/a/ocom/img/dc/tb/bul-bgc.png);
        position: absolute;
        top: 7px;
        left: -20px;
    }
}
*/

/* ===============================================================
    TEMPLATE BUILDER TEXT LINK
=================================================================*/

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

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

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

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

/* ===============================================================
    TEMPLATE BUILDER BUTTON
=================================================================*/
/*

.btn {
    float: left;
    width: auto;
    height: auto;
}

.btn-primary a {
    float: left;
    background-color: #FFFFFF;
    margin-right: auto;
    margin-left: auto;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
    padding-bottom: 9px;
}

.btn-primary .txt {
    margin-right: 8px;
    font-size: 14px;
    color: #8AADBF;
    font-weight: bold;
    float: left;
}

.btn-primary .arrow {
    float: left;
    height: 18px;
    width: 23px;
    background-image: url(https://www-stage.oracle.com/a/ocom/img/dc/tb/blue-arw28x22.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.btn-primary:hover a {
    background-color: inherit;
    border: 2px solid #FFFFFF;
    padding-top: 6px;
    padding-bottom: 7px;
    padding-left: 14px;
    padding-right: 14px;
}

.btn-primary:hover .txt {
    color: #FFFFFF;
}

.btn-primary:hover .arrow {
    float: left;
    height: 18px;
    width: 23px;
    background-image: url(https://www-stage.oracle.com/a/ocom/img/dc/tb/white-arw28x22.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.btn-primary2 a {
    float: left;
    background-color: #8AADBF;
    margin-right: auto;
    margin-left: auto;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
    padding-bottom: 9px;
}

.btn-primary2 .txt {
    margin-right: 8px;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
    float: left;
}

.btn-primary2 .arrow {
    float: left;
    height: 18px;
    width: 23px;
    background-image: url(https://www-stage.oracle.com/a/ocom/img/dc/tb/white-arw28x22.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.btn-primary2:hover a {
    background-color: #FFFFFF;
    border: 2px solid #8AADBF;
    padding-top: 6px;
    padding-bottom: 7px;
    padding-left: 14px;
    padding-right: 14px;
}

.btn-primary2:hover .arrow {
    float: left;
    height: 18px;
    width: 23px;
    background-image: url(https://www-stage.oracle.com/a/ocom/img/dc/tb/blue-arw28x22.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.btn-primary2:hover .txt {
    color: #8AADBF;
}

.btn-secondary a {
    float: left;
    background-color: initial;
    border: 2px solid #8AADBF;
    margin-right: auto;
    margin-left: auto;
    padding-left: 13px;
    padding-right: 16px;
    padding-top: 6px;
    padding-bottom: 7px;
}

.btn-secondary .txt {
    margin-right: 8px;
    font-size: 14px;
    color: #8AADBF;
    font-weight: bold;
    float: left;
}

.btn-secondary .arrow {
    float: left;
    height: 18px;
    width: 23px;
    background-image: url(https://www-stage.oracle.com/a/ocom/img/dc/tb/blue-arw28x22.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.btn-secondary:hover a {
    background-color: #FFFFFF;
}

.btn-txt-primary-sm a {
    float: left;
    background-color: inherit;
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
}

.btn-txt-primary-sm .txt {
    width: auto;
    margin-right: 10px;
    float: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
}

.btn-txt-primary-sm .arrow {
    float: left;
    width: 21px;
    height: 22px;
    margin-top: 2px;
    background-image: url(https://www-stage.oracle.com/a/ocom/img/dc/tb/white-arw28x22.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.btn-txt-primary a,
.btn-txt-primary1 a {
    float: left;
    background-color: inherit;
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    ;
}

.btn-txt-primary .txt {
    margin-right: 8px;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
    float: left;
}

.btn-txt-primary1 .txt {
    margin-right: 8px;
    font-size: 14px;
    color: #8AADBF;
    font-weight: bold;
    float: left;
}

.btn-txt-primary .arrow {
    float: left;
    height: 18px;
    width: 23px;
    background-image: url(https://www-stage.oracle.com/a/ocom/img/dc/tb/white-arw28x22.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.btn-txt-primary1 .arrow {
    float: left;
    height: 18px;
    width: 23px;
    background-image: url(https://www-stage.oracle.com/a/ocom/img/dc/tb/blue-arw28x22.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.btn-txt-primary:hover .txt,
.btn-txt-primary1:hover .txt {
    text-decoration: underline;
}

@media (min-width: 768px) {
    .btn-primary a {
        float: left;
        background-color: #FFFFFF;
        margin-right: auto;
        margin-left: auto;
        padding-left: 18px;
        padding-right: 18px;
        padding-top: 11px;
        padding-bottom: 11px;
    }
    .btn-primary .txt {
        margin-right: 12px;
        font-size: 14px;
        color: #8AADBF;
        font-weight: bold;
        float: left;
    }
    .btn-primary .arrow {
        float: left;
        height: 18px;
        width: 23px;
        background-image: url(https://www-stage.oracle.com/a/ocom/img/dc/tb/blue-arw28x22.png);
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .btn-primary:hover a {
        background-color: inherit;
        border: 2px solid #FFFFFF;
        padding-top: 9px;
        padding-bottom: 9px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .btn-primary:hover .txt {
        color: #FFFFFF;
    }
    .btn-primary:hover .arrow {
        float: left;
        height: 18px;
        width: 23px;
        background-image: url(https://www-stage.oracle.com/a/ocom/img/dc/tb/white-arw28x22.png);
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .btn-primary2 a {
        float: left;
        background-color: #8AADBF;
        margin-right: auto;
        margin-left: auto;
        padding-left: 18px;
        padding-right: 18px;
        padding-top: 11px;
        padding-bottom: 11px;
    }
    .btn-primary2 .txt {
        margin-right: 12px;
        font-size: 14px;
        color: #FFFFFF;
        font-weight: bold;
        float: left;
    }
    .btn-primary2 .arrow {
        float: left;
        height: 18px;
        width: 23px;
        background-image: url(https://www-stage.oracle.com/a/ocom/img/dc/tb/white-arw28x22.png);
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .btn-primary2:hover a {
        background-color: #FFFFFF;
        border: 2px solid #8AADBF;
        padding-top: 9px;
        padding-bottom: 9px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .btn-primary2:hover .txt {
        color: #8AADBF;
    }
    .btn-primary2:hover .arrow {
        float: left;
        height: 18px;
        width: 23px;
        background-image: url(https://www-stage.oracle.com/a/ocom/img/dc/tb/blue-arw28x22.png);
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .btn-secondary a {
        float: left;
        background-color: initial;
        border: 2px solid #8AADBF;
        margin-right: auto;
        margin-left: auto;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 9px;
        padding-bottom: 9px;
    }
    .btn-secondary .txt {
        margin-right: 12px;
        font-size: 14px;
        color: #8AADBF;
        font-weight: bold;
        float: left;
    }
    .btn-secondary .arrow {
        float: left;
        height: 18px;
        width: 23px;
        background-image: url(https://www-stage.oracle.com/a/ocom/img/dc/tb/blue-arw28x22.png);
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .btn-secondary:hover a {
        background-color: #FFFFFF;
    }
    .btn-txt-primary a,
    .btn-txt-primary1 a {
        float: left;
        background-color: inherit;
        margin-right: auto;
        margin-left: auto;
        padding: 0px;
    }
    .btn-txt-primary .txt {
        margin-right: 12px;
        font-size: 16px;
        color: #FFFFFF;
        font-weight: bold;
        float: left;
    }
    .btn-txt-primary1 .txt {
        margin-right: 12px;
        font-size: 16px;
        color: #8AADBF;
        font-weight: bold;
        float: left;
    }
    .btn-txt-primary .arrow {
        float: left;
        height: 22px;
        width: 28px;
        background-image: url(https://www-stage.oracle.com/a/ocom/img/dc/tb/white-arw28x22.png);
        background-repeat: no-repeat;
        background-size: 100%;
		margin-top:-1px;
    }
    .btn-txt-primary1 .arrow {
        float: left;
        height: 22px;
        width: 28px;
        background-image: url(https://www-stage.oracle.com/a/ocom/img/dc/tb/blue-arw28x22.png);
        background-repeat: no-repeat;
        background-size: 100%;
		margin-top:-1px;
    }
    .btn-txt-primary:hover .txt,
    .btn-txt-primary1:hover .txt {
        text-decoration: underline;
    }
}

@media (min-width: 992px) {
    .btn-primary a {
        float: left;
        background-color: #FFFFFF;
        margin-right: auto;
        margin-left: auto;
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 14px;
        padding-bottom: 14px;
    }
    .btn-primary .txt {
        width: auto;
        margin-right: 16px;
        float: left;
        color: #8AADBF;
        font-size: 18px;
        font-weight: bold;
    }
    .btn-primary .arrow {
        float: left;
        height: 22px;
        width: 28px;
        background-image: url(https://www-stage.oracle.com/a/ocom/img/dc/tb/blue-arw28x22.png);
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .btn-primary:hover a {
        background-color: inherit;
        border: 2px solid #FFFFFF;
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 22px;
        padding-right: 22px;
    }
    .btn-primary:hover .txt {
        color: #FFFFFF;
    }
    .btn-primary:hover .arrow {
        float: left;
        height: 22px;
        width: 28px;
        background-image: url(https://www-stage.oracle.com/a/ocom/img/dc/tb/white-arw28x22.png);
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .btn-primary2 a {
        float: left;
        background-color: #8AADBF;
        margin-right: auto;
        margin-left: auto;
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 14px;
        padding-bottom: 14px;
    }
    .btn-primary2 .txt {
        width: auto;
        margin-right: 16px;
        float: left;
        color: #FFFFFF;
        font-size: 18px;
        font-weight: bold;
    }
    .btn-primary2 .arrow {
        float: left;
        height: 22px;
        width: 28px;
        background-image: url(https://www-stage.oracle.com/a/ocom/img/dc/tb/white-arw28x22.png);
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .btn-primary2:hover a {
        background-color: #FFFFFF;
        border: 2px solid #8AADBF;
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 22px;
        padding-right: 22px;
    }
    .btn-primary2:hover .txt {
        color: #8AADBF;
    }
    .btn-primary2:hover .arrow {
        float: left;
        height: 22px;
        width: 28px;
        background-image: url(https://www-stage.oracle.com/a/ocom/img/dc/tb/blue-arw28x22.png);
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .btn-secondary a {
        float: left;
        background-color: initial;
        border: 2px solid #8AADBF;
        margin-right: auto;
        margin-left: auto;
        padding-left: 22px;
        padding-right: 22px;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .btn-secondary .txt {
        margin-right: 16px;
        font-size: 18px;
        color: #8AADBF;
        font-weight: bold;
        float: left;
    }
    .btn-secondary .arrow {
        float: left;
        height: 22px;
        width: 28px;
        background-image: url(https://www-stage.oracle.com/a/ocom/img/dc/tb/blue-arw28x22.png);
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .btn-secondary:hover a {
        background-color: #FFFFFF;
    }
    .btn-txt-primary a,
    .btn-txt-primary1 a {
        float: left;
        background-color: inherit;
        margin-right: auto;
        margin-left: auto;
        padding: 0px;
        padding-bottom: 0px;
    }
    .btn-txt-primary .txt {
        width: auto;
        margin-right: 16px;
        float: left;
        color: #FFFFFF;
        font-size: 16px;
        font-weight: bold;
    }
    .btn-txt-primary1 .txt {
        width: auto;
        margin-right: 16px;
        float: left;
        color: #8AADBF;
        font-size: 16px;
        font-weight: bold;
    }
    .btn-txt-primary .arrow {
        float: left;
        height: 22px;
        width: 28px;
        background-image: url(https://www-stage.oracle.com/a/ocom/img/dc/tb/white-arw28x22.png);
        background-repeat: no-repeat;
        background-size: 100%;
		margin-top:-1px;
    }
    .btn-txt-primary1 .arrow {
        float: left;
        height: 22px;
        width: 28px;
        background-image: url(https://www-stage.oracle.com/a/ocom/img/dc/tb/blue-arw28x22.png);
        background-repeat: no-repeat;
        background-size: 100%;
		margin-top:-1px;
    }
    .btn-txt-primary:hover .txt,
    .btn-txt-primary1:hover .txt {
        text-decoration: underline;
    }
}

@media (min-width: 1200px) {
    .btn-primary a {
        float: left;
        background-color: #FFFFFF;
        margin-right: auto;
        margin-left: auto;
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 14px;
        padding-bottom: 14px;
    }
    .btn-primary .txt {
        width: auto;
        margin-right: 16px;
        float: left;
        color: #8AADBF;
        font-size: 18px;
        font-weight: bold;
    }
    .btn-primary .arrow {
        float: left;
        height: 22px;
        width: 28px;
        background-image: url(https://www-stage.oracle.com/a/ocom/img/dc/tb/blue-arw28x22.png);
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .btn-primary:hover a {
        background-color: inherit;
        border: 2px solid #FFFFFF;
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 22px;
        padding-right: 22px;
    }
    .btn-primary:hover .txt {
        color: #FFFFFF;
    }
    .btn-primary:hover .arrow {
        float: left;
        height: 22px;
        width: 28px;
        background-image: url(https://www-stage.oracle.com/a/ocom/img/dc/tb/white-arw28x22.png);
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .btn-primary2 a {
        float: left;
        background-color: #8AADBF;
        margin-right: auto;
        margin-left: auto;
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 14px;
        padding-bottom: 14px;
    }
    .btn-primary2 .txt {
        width: auto;
        margin-right: 16px;
        float: left;
        color: #FFFFFF;
        font-size: 18px;
        font-weight: bold;
    }
    .btn-primary2 .arrow {
        float: left;
        height: 22px;
        width: 28px;
        background-image: url(https://www-stage.oracle.com/a/ocom/img/dc/tb/white-arw28x22.png);
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .btn-primary2:hover a {
        background-color: #FFFFFF;
        border: 2px solid #8AADBF;
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 22px;
        padding-right: 22px;
    }
    .btn-primary2:hover .txt {
        color: #8AADBF;
    }
    .btn-primary2:hover .arrow {
        float: left;
        height: 22px;
        width: 28px;
        background-image: url(https://www-stage.oracle.com/a/ocom/img/dc/tb/blue-arw28x22.png);
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .btn-secondary a {
        float: left;
        background-color: initial;
        border: 2px solid #8AADBF;
        margin-right: auto;
        margin-left: auto;
        padding-left: 22px;
        padding-right: 22px;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .btn-secondary .txt {
        margin-right: 16px;
        font-size: 18px;
        color: #8AADBF;
        font-weight: bold;
        float: left;
    }
    .btn-secondary .arrow {
        float: left;
        height: 22px;
        width: 28px;
        background-image: url(https://www-stage.oracle.com/a/ocom/img/dc/tb/blue-arw28x22.png);
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .btn-secondary:hover a {
        background-color: #FFFFFF;
    }
    .btn-txt-primary a,
    .btn-txt-primary1 a {
        float: left;
        background-color: inherit;
        margin-right: auto;
        margin-left: auto;
        padding: 0px;
        padding-bottom: 0px;
    }
    .btn-txt-primary .txt {
        width: auto;
        margin-right: 16px;
        float: left;
        color: #FFFFFF;
        font-size: 16px;
        font-weight: bold;
    }
    .btn-txt-primary1 .txt {
        width: auto;
        margin-right: 16px;
        float: left;
        color: #8AADBF;
        font-size: 16px;
        font-weight: bold;
    }
    .btn-txt-primary .arrow {
        float: left;
        height: 22px;
        width: 28px;
        background-image: url(https://www-stage.oracle.com/a/ocom/img/dc/tb/white-arw28x22.png);
        background-repeat: no-repeat;
        background-size: 100%;
		margin-top:-1px;
    }
    .btn-txt-primary1 .arrow {
        float: left;
        height: 22px;
        width: 28px;
        background-image: url(https://www-stage.oracle.com/a/ocom/img/dc/tb/blue-arw28x22.png);
        background-repeat: no-repeat;
        background-size: 100%;
		margin-top:-1px;
    }
    .btn-txt-primary:hover a {}
    .btn-txt-primary:hover .txt,
    .btn-txt-primary1:hover .txt {
        text-decoration: underline;
    }
}
*/

/* ===============================================================
    TEMPLATE BUILDER BRAND CORE COLOR
=================================================================*/

/*
.B-BGC-1 {
    background: #4E5052;
}

.B-BGC-2 {
    background: #939699;
}

.B-BGC-3 {
    background: #8AADBF;
}

.B-BGC-4 {
    background: #324B5C;
}

.B-BGC-5 {
    background: #DEE0E0;
}

.B-BGC-6 {
    background: #CAD9DE;
}

.B-FC-1 {
    color: #4E5052;
}

.B-FC-2 {
    color: #939699;
}

.B-FC-3 {
    color: #8AADBF;
}

.B-FC-4 {
    color: #324B5C;
}

.B-FC-5 {
    color: #DEE0E0;
}

.B-FC-6 {
    color: #CAD9DE;
}
*/

/* ===============================================================
    TEMPLATE BUILDER FONT COLOR
=================================================================*/

/*
.Clean-FC-Grey {
    color: #4E5052;
}

.Clean-FC-lightGrey {
    color: #C2BFBF;
}

.Clean-FC-White {
    color: #FFFFFF;
}

.Clean-FC-Black {
    color: #000000;
}

.Clean-FC-LinkBlue {
    color: #00758F;
}
*/

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

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

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

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

/* ===============================================================
    TEMPLATE BUILDER BACKGROUND COLOR
=================================================================*/

/*
.Clean-BGC-DarkNavy {
    background: #4E5052;
}

.Clean-BGC-Grey {
    background: #DEE0E0;
}

.Clean-BGC-OffWhite {
    background: #CAD9DE;
}
*/


/* ===============================================================
    TEMPLATE BUILDER Border
=================================================================*/

/*
.BT {
    border-top: 1px solid #DEE0E0;
}

.BB-blue {
    border-bottom: 1px solid #939699;
}

@media (min-width: 576px) {
    .BT {
        border-top: 1px solid #DEE0E0;
    }
    .BB-blue {
        border-bottom: 1px solid #939699;
    }
}

@media (min-width: 768px) {
    .BT {
        border-top: 1px solid #DEE0E0;
    }
    .BB-blue {
        border-bottom: 1px solid #939699;
    }
}

@media (min-width: 992px) {
    .BT {
        border-top: 1px solid #DEE0E0;
    }
    .BB-blue {
        border-bottom: 1px solid #939699;
    }
}

@media (min-width: 1200px) {
    .BT {
        border-top: 1px solid #DEE0E0;
    }
    .BB-blue {
        border-bottom: 1px solid #939699;
    }
}
*/

/* ===============================================================
    TEMPLATE BUILDER DISPLAY
=================================================================*/

.hide {
    display: none;
}

.hide-xs {
    display: none;
}

.show {
    display: block;
}

.show-xs {
    display: block;
}

@media (min-width: 576px) {
    .hide {
        display: none;
    }
    .hide-xs {
        display: none;
    }
    .show {
        display: block;
    }
    .show-xs {
        display: block;
    }
}

@media (min-width: 768px) {
    .hide {
        display: none;
    }
    .hide-xs {
        display: block;
    }
    .show {
        display: block;
    }
    .show-xs {
        display: none;
    }
}

@media (min-width: 992px) {
    .hide {
        display: none;
    }
    .hide-xs {
        display: block;
    }
    .show {
        display: block;
    }
    .show-xs {
        display: none;
    }
}

@media (min-width: 1200px) {
    .hide {
        display: none;
    }
    .hide-xs {
        display: block;
    }
    .show {
        display: block;
    }
    .show-xs {
        display: none;
    }
}

/* ===============================================================
    TEMPLATE BUILDER REMOVE LAST ELEMENT MARGIN/PADDING
=================================================================*/

.R-LC-MA-xs *:last-child {
    margin: 0px;
}

.R-LC-MT-xs *:last-child {
    margin-top: 0px;
}

.R-LC-MR-xs *:last-child {
    margin-right: 0px;
}

.R-LC-MB-xs *:last-child {
    margin-bottom: 0px;
}

.R-LC-ML-xs *:last-child {
    margin-left: 0px;
}

.R-LC-PA-xs *:last-child {
    padding: 0px;
}

.R-LC-PT-xs *:last-child {
    padding-top: 0px;
}

.R-LC-PR-xs *:last-child {
    padding-right: 0px;
}

.R-LC-PB-xs *:last-child {
    padding-bottom: 0px;
}

.R-LC-PL-xs *:last-child {
    padding-left: 0px;
}

@media (min-width: 576px) {
    .R-LC-MA-sm *:last-child {
        margin: 0px;
    }
    .R-LC-MT-sm *:last-child {
        margin-top: 0px;
    }
    .R-LC-MR-sm *:last-child {
        margin-right: 0px;
    }
    .R-LC-MB-sm *:last-child {
        margin-bottom: 0px;
    }
    .R-LC-ML-sm *:last-child {
        margin-left: 0px;
    }
    .R-LC-PA-sm *:last-child {
        padding: 0px;
    }
    .R-LC-PT-sm *:last-child {
        padding-top: 0px;
    }
    .R-LC-PR-sm *:last-child {
        padding-right: 0px;
    }
    .R-LC-PB-sm *:last-child {
        padding-bottom: 0px;
    }
    .R-LC-PL-sm *:last-child {
        padding-left: 0px;
    }
}

@media (min-width: 768px) {
    .R-LC-MA-md *:last-child {
        margin: 0px;
    }
    .R-LC-MT-md *:last-child {
        margin-top: 0px;
    }
    .R-LC-MR-md *:last-child {
        margin-right: 0px;
    }
    .R-LC-MB-md *:last-child {
        margin-bottom: 0px;
    }
    .R-LC-ML-md *:last-child {
        margin-left: 0px;
    }
    .R-LC-PA-md *:last-child {
        padding: 0px;
    }
    .R-LC-PT-md *:last-child {
        padding-top: 0px;
    }
    .R-LC-PR-md *:last-child {
        padding-right: 0px;
    }
    .R-LC-PB-md *:last-child {
        padding-bottom: 0px;
    }
    .R-LC-PL-md *:last-child {
        padding-left: 0px;
    }
}

@media (min-width: 992px) {
    .R-LC-MA-lg *:last-child {
        margin: 0px;
    }
    .R-LC-MT-lg *:last-child {
        margin-top: 0px;
    }
    .R-LC-MR-lg *:last-child {
        margin-right: 0px;
    }
    .R-LC-MB-lg *:last-child {
        margin-bottom: 0px;
    }
    .R-LC-ML-lg *:last-child {
        margin-left: 0px;
    }
    .R-LC-PA-lg *:last-child {
        padding: 0px;
    }
    .R-LC-PT-lg *:last-child {
        padding-top: 0px;
    }
    .R-LC-PR-lg *:last-child {
        padding-right: 0px;
    }
    .R-LC-PB-lg *:last-child {
        padding-bottom: 0px;
    }
    .R-LC-PL-lg *:last-child {
        padding-left: 0px;
    }
}

@media (min-width: 1200px) {
    .R-LC-MA-lg *:last-child {
        margin: 0px;
    }
    .R-LC-MT-lg *:last-child {
        margin-top: 0px;
    }
    .R-LC-MR-lg *:last-child {
        margin-right: 0px;
    }
    .R-LC-MB-lg *:last-child {
        margin-bottom: 0px;
    }
    .R-LC-ML-lg *:last-child {
        margin-left: 0px;
    }
    .R-LC-PA-lg *:last-child {
        padding: 0px;
    }
    .R-LC-PT-lg *:last-child {
        padding-top: 0px;
    }
    .R-LC-PR-lg *:last-child {
        padding-right: 0px;
    }
    .R-LC-PB-lg *:last-child {
        padding-bottom: 0px;
    }
    .R-LC-PL-lg *:last-child {
        padding-left: 0px;
    }
}

/* ===============================================================
    TEMPLATE BUILDER FULLWIDTH ELEMENT WITH PADDING
=================================================================*/

.Full-Width-P {
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
}

/* ===============================================================
    TEMPLATE BUILDER IMAGE RELATED
=================================================================*/

.poz-rel {
    position: relative !important;
}

.poz-abs {
    position: absolute !important;
}

.overlay {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.75;
}

.overlay-txt {
    opacity: 1;
}
@media (max-width: 576px) {
.img-xs-actual {
    width: unset;
    height: auto;
}

.img-xs-full {
    width: 100% !important;
    height: auto !important;
}
.img-xs-h-full{
		height:100% !important;
		width:auto !important;
	}
	.img-xs-w-full{
		height:auto !important;
		width:100% !important;
	}
}

.img-center {
    overflow: hidden;
    float: left;
    position: unset;
    text-align: center;
}

.img-center img {
    margin: 0;
    position: unset;
}


@media only screen and (max-width: 768px) and (min-width: 576px){
    .img-sm-actual {
        width: unset;
        height: auto;
    }
    .img-sm-full {
        width: 100% !important;
        height: auto !important;
    }
    .img-center {
        overflow: hidden;
        float: left;
        position: unset;
        text-align: center;
    }
    .img-center img {
        margin: 0;
        position: unset;
    }
	.img-sm-h-full{
		height:100% !important;
		width:auto !important;
	}
	.img-sm-w-full{
		height:auto !important;
		width:100% !important;
	}
}

@media only screen and (max-width: 992px) and  (min-width: 768px) {
	
    .img-md-actual {
        width: unset;
        height: auto;
    }
    .img-md-full {
        width: 100% !important;
        height: auto !important;
    }
    .img-center {
        overflow: hidden;
        float: left;
        position: relative;
    }
    .img-center img {
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
    }
	.img-md-h-full{
		height:100% !important;
		width:auto !important;
	}
	.img-md-w-full{
		height:auto !important;
		width:100% !important;
	}
}

@media only screen and (max-width: 1200px) and  (min-width: 992px) {
    .img-lg-actual {
        width: unset;
        height: auto;
    }
    .img-lg-full {
        width: 100% !important;
        height: auto !important;
    }
    .img-center {
        overflow: hidden;
        float: left;
        position: relative;
    }
    .img-center img {
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
    }
}

@media (min-width: 1200px) {
    .img-lg-actual {
        width: unset;
        height: auto;
    }
    .img-lg-full {
        width: 100% !important;
        height: auto !important;
    }
    .img-center {
        overflow: hidden;
        float: left;
        position: relative;
    }
    .img-center img {
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
    }
}
