@charset "utf-8";
/* CSS Document */


/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1920px) {



}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1366px) {



}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1280px) {



}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1024px) {



}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {



}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {



}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 767px) {

	.left_col {
	    padding-left: 20px;
	    padding-right: 20px;
	    padding-top: 3%;
	}

	h2{
		font-size: 30px !important;
	}

	.right_col {
		text-align: center !important;
	    padding-left: 20px;
	    padding-right: 20px;
	    background-color: #6D4589;
	    position: relative;
	    height: auto;
	    margin-bottom: 20px;
	    padding-bottom: 25px;
	}

	.right_col h3 {
	    padding-top: 5%;
	}


}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {



}

/* Custom, iPhone Retina */
@media only screen and (max-width : 375px) {



}


/* Custom, iPhone Retina */
@media only screen and (max-width : 360px) {



}


@media only screen and (max-width : 320px) {



}