.hidevideo {
	display:none;
}

.video .video-container iframe, .video .video-container object, .video .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
div.textimage .col-sm-6 {
    margin: 20px 0;
}

div.textimage .row.flex {
    padding: 20px 0;
}

div.textimage img {
	width: 100%;
}
div.text h2, div.textimage h2 {
    margin: 0 0 20px;
    font-family: "GillSans", Verdana, sans-serif;
    /*font-size: 24px;*/
    font-weight: 100;
}

div.text h3, div.textimage h3 {
    margin: 0 0 5px;
	font-family: "GillSans", Verdana, sans-serif;
    /*font-size: 20px;*/
    font-weight: 100;
}

div.text .purple, div.textimage .purple {
	color: #484294;
}

div.text .purple-large, div.textimage .purple-large {
	color: #484294;
    font-size: 40px;
    font-family: "GillSansLight", Verdana, sans-serif;
}

div.text {
	margin: 20px 0;
} 

div.text ul {
	padding-left: 15px;
}

div.text ul li {
	list-style: disc;
}

div.text .font-large{
	font-size:24px;
}

div.text .font-medium{
	font-size:17px;
}

div.text .font-small{
	font-size:15px;
}

div.text.parbase {
	text-align: initial;
}
.coral-RichText-editor .purple {
	color: #484294;
}

.coral-RichText-editor .purple-large {
	color: #484294;
    font-size: 40px;
}

.coral-RichText-editor li:before {
	content:"\2022 ";
}

.coral-RichText-editor .font-large{
	font-size:24px;
}

.coral-RichText-editor .font-medium{
	font-size:17px;
}

.coral-RichText-editor .font-small{
	font-size:15px;
}
.parcontainer img.img-responsive {
    max-width: 100%;
    /*height: auto !important;*/
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.parcontainer img.fullwidth {
	width: 100%;
}

.parcontainer .whitetext {
	color: #ffffff;
}


@media all and (min-width: 767px) {
    .parcontainer .absolutepos {
        position: absolute;
        left: 0;
        right: 0;
        max-width: 1180px;
        background-color: transparent !important;
    }
}

.parcontainer .container-full {
	max-width:100%;
	width: 100%;
}
.parcontainer .container-1280 {
	max-width: 1280px;
	margin-left: auto;
    margin-right: auto;
}


.image .container-full {
	max-width:100%;
	width: 100%;
}

.image .container-full img{
	width:100%;
}

.main .feature .feature-container {
    margin: 0 auto;
    max-width: 1180px;
}
div.columncontrol .flex {
	display: flex;
    align-items: center;
}

div.columncontrol .cc-25 {
	float: left;
    width: 25%;
}

div.columncontrol .cc-75 {
	float: left;
    width: 75%;
}

div.columncontrol .cc-60 {
	float: left;
    width: 60%;
}

div.columncontrol .cc-40 {
	float: left;
    width: 40%;
}

div.columncontrol .cc-16 {
	float: left;
    width: 16%;
}

div.columncontrol .cc-84 {
	float: left;
    width: 84%;
}

div.cc-sm-3 {
    float: left;
	padding: 0 10px;
    width: 25%;
    /*max-width: 279px;*/
}

@media all and (max-width: 767px) {
    div.cc-sm-3 {
		/*padding: 10px;*/
        width: 100%;
    }
    div.columncontrol .cc-25 {
		float: left;
	    width: 100%;
	}

	div.columncontrol .cc-75 {
		float: left;
	    width: 100%;
	}

	div.columncontrol .cc-60 {
		float: left;
	    width: 100%;
	}
	
	div.columncontrol .cc-40 {
		float: left;
	    width: 100%;
	}
	
	div.columncontrol .cc-16 {
		float: left;
	    width: 100%;
	}
	
	div.columncontrol .cc-84 {
		float: left;
	    width: 100%;
	}

    div.columncontrol .flex {
		display: block !important;
    }
}
.padding-bottom-30 {
	padding-bottom: 30px;
}
.button .com_btn {
    display: inline-block;
    padding: 10px 12px;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    min-width: 153px;
    border: solid 1px #0e071e;
    color: #0e071e;
    border-radius: 0px;
    cursor: pointer;
}

.button .f_black { color: #000 !important; }
.button .f_black .com_btn { color: #000; border-color: #000; }
.button .f_black .com_btn:active { color: #fff; background-color: #000; }

.button .f_white { color: #fff !important; }
.button .f_white .com_btn { color: #fff; border-color: #fff; }
.button .f_white .com_btn:active { color: #000; border-color: #fff; background-color: #fff; }

.button .f_purple { color: #492582 !important; }
.button .f_purple .com_btn { color: #492582; border-color: #492582; }
.button .f_purple .com_btn:active { color: #fff; background-color: #492582; }

.button .f_blue { color: #009FEB !important; }
.button .f_blue .com_btn { color: #009FEB; border-color: #009FEB; }
.button .f_blue .com_btn:active { color: #fff; background-color: #009FEB; }

.button .f_gray { color: #4D4F52 !important; }
.button .f_gray .com_btn { color: #4D4F52; border-color: #4D4F52; }
.button .f_gray .com_btn:active { color: #fff; background-color: #4D4F52; }

.button .f_light_gray { color: #9e9e9e !important; }
.button .f_light_gray .com_btn { color: #9e9e9e; border-color: #9e9e9e; }
.button .f_light_gray .com_btn:active { color: #fff; background-color: #9e9e9e; }

.button .f_gold { color: #C09D5B !important; }
.button .f_gold .com_btn { color: #C09D5B; border-color: #C09D5B; }
.button .f_gold .com_btn:active { color: #fff; background-color: #C09D5B; }

.button .com_btn_wrap { display: block; margin: 30px 20px; }
