@charset "utf-8";
/* CSS Document */

.CC-top-header {
        background-color: #083866;
        color: #fff;
        width: 100%;
        height: 400px;
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: flex-start;
    }

    .CC-top-header h1,
    .CC-top-header h2 {
        margin: 0 0 0 100px;
        padding: 0;
    }

    .CC-top-header h1 {
        font-size: 50px;
    }

    .CC-top-header h2 {
        font-size: 35px;
    }

    .CC-home-box {
        /*max-width: 1480px;*/
         max-width: 1200px; 
        /* padding: 3em 1em; */
        padding: 2em 1em;
        background-image: linear-gradient(to right, #fff 70%, #1F6CB5 66%, #1F6CB5 88%, #fff 88%);
        display: flex;
        align-items: center;
        justify-content: space-between;
        box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.25);
        margin: -70px auto 0;
        position: relative;
        z-index: 50;
    }

    .CC-home-box h1 {
        color: #094d8c;
        font-size: 40px;
    }

    .CC-home-box h2 {
        font-size: 32px;
        font-weight: normal;
    }

    .CC-home-box h3 {
        font-size: 16px;
        font-weight: normal;
    }

    .CC-home-box .CC-text {
        width: 58%;
        text-align: center;
    }

    .CC-home-box .CC-right {
        width: 40%;
        text-align: center;
    }

    .CC-home-box .CC-right img {
        /* width: 90%; */
        width: 65%;
        max-width: 490px;
        vertical-align: bottom;
    }

    .CC-articles {
        max-width: 1480px;
        margin: 2em auto;
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-items: stretch;
    }

    .CC-articles .CC-50x {
        width: 45%;
        padding: 2em;
        background-color: #083866;
        color: #000;
        border-radius: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .CC-articles .CC-50x img {
        max-height: 300px;
        max-width: 90%;
    }

    .CC-text-content {
        padding: 1em;
    }

    .CC-text-content h1 {
        font-size: 2em !important;
    }

    .CC-text-content p {
        font-size: 16px;
        line-height: 1.3;
    }

    .CC-text-content a,
    .CC-home-box a {
        text-align: center;
        background: #1F6CB5;
        display: block;
        text-decoration: none;
        padding: 12px 0;
        width: 200px;
        font-size: 1em;
        font-weight: bold;
        border-radius: 5px;
        margin: 5% 0;
        text-transform: uppercase;
        color: #fff;
    }

    .CC-text-content a:hover,
    .CC-home-box a:hover {
        background-color: #083866;
        color: #ffffff !important;
        text-decoration: none !important;
    }

      
 .heading-h1 {display: none;}
    #content {max-width: unset;}
	.CC-top-header {height: 450px;}
	.CC-top-header p {
		font-size: 2em;
		margin: 0 0 0 100px;
	}
	.CC-articles {    max-width: 1280px; }
	.CC-50x {margin-top:5px;}
	.CC-top-header h1 {font-size: 42px;}
	.CC-text h2 {
		margin-top: 0.5em;
    	color: #1F6CB5;
    	font-size: 2.5em;
	}
	.CC-text p {color: #4D4D4D;}
	.CC-text-content h3 {
		font-size: 32px;
	}
	.CC-home-box .CC-text {
	    width: 58%;
	    text-align: center;
	    padding: 30px 0px 30px 30px;
	}
	.CC-text-content a, .CC-home-box a {
    	margin: 3% 0 5%;
	}
	.fontStyle {
		font-size: 24px !important;
	    font-weight: 700;
	    text-transform: uppercase;
	    line-height: 1.75;
	    letter-spacing: .125em;
		color: #000;
	}
    
     @media only screen and (max-width: 960px) {
        .CC-home-box {
            padding: 0;
            flex-wrap: wrap;
            background-color: #fff;
            background-image: none;
        }

        .CC-home-box .CC-text {
            padding: 3em 0;
            width: 100%;
        }

        .CC-home-box .CC-right {
            background-image: linear-gradient(to right, #fff 30%, #1F6CB5 30%, #1F6CB5 70%, #fff 70%);
            margin: auto;
        }

        .CC-home-box .CC-right img {
            width: 65%;
            max-width: 490px;
            vertical-align: bottom;
            margin: 3em 0;
        }
    }

    @media only screen and (max-width: 768px) {
        .CC-home-box .CC-right {
            display: none;
        }
    }
	
	@media only screen and (max-width: 960px) {
		.CC-top-header {
		    height: 550px;
		    text-align: center;
			align-items: center;
		}
		.CC-top-header h1 {font-size: 22px !important; margin:0;}
		.CC-top-header p {font-size: 14px !important; margin:0; padding: 2% 5%;}
		.CC-home-box {margin: -100px 5% 5%;}
		.CC-text h2 {
    		font-size: 24px;
		}
		.fontStyle {font-size: 18px !important;}
		.CC-home-box .CC-text {
		    width: 100%;
		    text-align: center;
		    padding: 30px 30px 30px 30px;
		}
		.CC-articles .CC-50x {
		    width: 100%;
		    padding: 0;
		}
       
		.CC-50x {
		    margin-top: 5px;
		    margin: 1% 1%;
		}
     
		.CC-text-content h3 {
    		font-size: 24px;
			padding-top: 15px;
		}
		.mobileStyle {margin-bottom: 0px;}
		.columnReverse {flex-direction:column-reverse;}
		.CC-articles .mobileHidden {display:none;}
		
	}    